home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / telnet.readme < prev    next >
Text File  |  1996-05-20  |  3KB  |  60 lines

  1. Short:    AS225R2 telnet client
  2. Author:   mlelstv@serpens.rhein.de
  3. Uploader: mlelstv@serpens.rhein.de
  4. Type:     comm/net
  5.  
  6. Left with an old braindamaged telnet client from the AS225R1 package and a pretty
  7. minimal telnet client for the beta-AS225R2 I decided to write my own. The telnet
  8. client is not complete to the telnet protocol specs but works fine with common
  9. telnet servers (say on SunOS). One nice feature is that it supports both modes of
  10. the CON: handler. It either uses cooked input (including the CON: handlers editing
  11. and history features) or raw input depending on how the other side handles ECHO mode.
  12.  
  13. How to use:
  14.  
  15.     TELNET HOST/A,PORT,DEBUG/S
  16.  
  17. HOST/A   -   required host name or IP number in dotted decimal notation
  18. PORT     -   optional TCP port number or name (from db/services), default is
  19.              the "shell" port or 23.
  20. DEBUG/S  -   generates lots of debugging output through debug.lib. You should
  21.              use Sushi to redirect this output away from the serial port (or
  22.              just not use this switch.. it is really for debugging only).
  23.  
  24. The telnet program looks for the environment or shell variable TERM to inform the
  25. other side about your terminal type (unfortunately there is no provision for the
  26. window size in the telnet protocol). If there is no TERM variable then the string
  27. "amiga" is used.
  28.  
  29. You can interrupt the telnet program by inserting ^] (`control' plus `]') in the
  30. input stream. In RAW mode this happens immediately. In CON mode you have to hit
  31. return.
  32.  
  33. When interrupted you get a "> " prompt where you can enter a few commands. Any
  34. unknown input (like just hitting return) will present you a menu with valid commands.
  35.  
  36. Currently four commands are recognized:
  37.  
  38. quit    -   terminate telnet session
  39. esc     -   send the escape character ('^]') to the other side
  40. raw     -   continue connection in RAW mode
  41. con     -   continue connection in CON mode
  42.  
  43. Since you have to hit return when interrupting in CON mode this extra character is
  44. stripped from the input IF it occurs directly after the interrupt character.
  45.  
  46. It is likely that this program also works with AmiTCP and the socket.library from
  47. Henning Schmiedehausen (also on Aminet) but I didn't try it.
  48.  
  49. Michael van Elst
  50.  
  51.  
  52. ============================= Archive contents =============================
  53.  
  54. Original  Packed Ratio    Date     Time    Name
  55. -------- ------- ----- --------- --------  -------------
  56.     2216    1129 49.0% 06-Sep-94 00:51:52  telnet.readme
  57.     7704    4710 38.8% 06-Sep-94 01:18:52  telnet
  58. -------- ------- ----- --------- --------
  59.     9920    5839 41.1% 06-Sep-94 15:16:46   2 files
  60.